Papers with computational and memory
FLAT-LLM: Fine-grained Low-rank Activation Space Transformation for Large Language Model Compression (2026.findings-eacl)
Copied to clipboard
| Challenge: | Low-rank decomposition methods suffer from accuracy degradation and expensive calibration procedures. |
| Approach: | They propose a fast and accurate, training-free structural compression method based on fine-grained low-rank transformations in the activation space. |
| Outcome: | The proposed method outperforms pruning baselines in generalization and downstream performance while delivering inference speedups. |
MLWQ: Efficient Small Language Model Deployment via Multi-Level Weight Quantization (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for efficient deployment of small language models face inefficient bit-width allocation and insufficient fine-grained quantization adjustments. |
| Approach: | They propose a weight quantization technique that facilitates efficient deployment of SLMs . they propose to combine inter-layer loss and intra-layer salience to achieve better allocation . |
| Outcome: | Experimental results show that multi-level weight quantization achieves competitive performance compared to state-of-the-art methods. |
Layer-Wise High-Impact Parameter Ratio Optimization in Post-Training Quantization for Large Language Models (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods to quantize large language models suffer from significant accuracy loss at low bit-widths due to high-impact parameters. |
| Approach: | They propose a quadratic optimization framework that quantizes high-impact parameters to moderate bit-widths while quantizing low bit-wideths. |
| Outcome: | The proposed framework preserves high-impact parameters while preserving memory usage. |